From: Sean Whitton Date: Wed, 12 Mar 2025 01:45:34 +0000 (+0800) Subject: ; Backport ELisp->Elisp fix to etc/NEWS to ease merging X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~211 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c877acc261b6b7aa631e2e175d53920ef3f2104b;p=emacs.git ; Backport ELisp->Elisp fix to etc/NEWS to ease merging Do not merge to master. --- diff --git a/etc/NEWS b/etc/NEWS index 906deb07212..dfe4c65f1dd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2390,7 +2390,7 @@ This line typically looks something like ;;; My little pony mode -*- lexical-binding: t -*- -It is needed to inform the compiler about which dialect of ELisp +It is needed to inform the compiler about which dialect of Elisp your code is using: the modern dialect with lexical binding or the old dialect with only dynamic binding.